home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / pcmania / render73 / Foro / CASAS / BANQ.INC < prev    next >
Text File  |  1997-03-18  |  212b  |  17 lines

  1.  
  2. //Banquillos cutres
  3.  
  4. #declare banquillo= object{
  5. difference{
  6.   cylinder{<15,0,0><-15,0,0>,10}
  7.   cylinder{<20,0,0><-20,0,0>,9}
  8.   box{<-20,-20,20><20,15,0>}
  9. }
  10. pigment{rgbt<0.9,0.9,0.9,0.7>}
  11. }
  12.  
  13.  
  14.  
  15.  
  16.  
  17.